home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / convert / cel2pcx.lzh / README.TXT < prev   
Text File  |  1994-03-13  |  1KB  |  34 lines

  1.                         cel2pcx Version 1.0
  2.  
  3.  
  4. This is a utility for converting the .cel pictures of Kiss to 256
  5. color .pcx files.   This is convenient for home editing of .cels or if
  6. you are trying to convert the elements over to, say paperdol.
  7.  
  8. ----
  9. Disclaimer:
  10. It's another hack.
  11.  
  12. General info:  C++ source, written under MSDOS.  I'm using the same
  13. wildcard expander object file.  To run the program, command line format
  14. is like this:
  15. cel2pcx <.kcf file to use> <file to convert> {file to convert}... etc.
  16. Example: cel2pcx test.kcf *.cel
  17.  
  18. The output .pcx files will be 256 color.  The .kcf file is appended to
  19. the end as the palette, with the remaining palette entries zeroed out.
  20. (i.e. black).
  21.  
  22. BUGS:
  23. None known yet.  Any problems, let me know at mcurley@cs.utexas.edu
  24.  
  25. CREDIT:
  26. Thanks to Roger Earle for leading me to a site with .pcx specs on it;
  27. this program wouldn't have been possible without it.
  28. Thanks to Ito Takayuki for uploading all those cool files.
  29. And thanks to all those who mess around with Kiss enough to make
  30. a little utility like this worth writing.
  31.  
  32. MATT
  33.  
  34.